net/http.http2priorityWriteSchedulerRFC9218.streams (field)
9 uses
net/http (current package)
h2_bundle.go#L11869: streams map[uint32]http2streamMetadata
h2_bundle.go#L11882: streams: make(map[uint32]http2streamMetadata),
h2_bundle.go#L11888: if ws.streams[streamID].location != nil {
h2_bundle.go#L11892: ws.streams[streamID] = http2streamMetadata{
h2_bundle.go#L11913: metadata := ws.streams[streamID]
h2_bundle.go#L11928: delete(ws.streams, streamID)
h2_bundle.go#L11933: metadata := ws.streams[streamID]
h2_bundle.go#L11967: ws.streams[streamID] = http2streamMetadata{
h2_bundle.go#L11978: q := ws.streams[wr.StreamID()].location
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |